jade.wrapper
Class StaleProxyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.wrapper.StaleProxyException

public class StaleProxyException
extends java.lang.Exception

This exception class is thrown when an attempt to use a stale (i.e. outdated) wrapper object is made.

See Also:
Serialized Form

Constructor Summary
StaleProxyException()
          Creates a new exception object, with a default detail message.
StaleProxyException(java.lang.String message)
          Creates a new exception object, with a given detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaleProxyException

public StaleProxyException()
Creates a new exception object, with a default detail message.

StaleProxyException

public StaleProxyException(java.lang.String message)
Creates a new exception object, with a given detail message.
Parameters:
message - The detail message for the new exception object.